home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1337 / pman.ex_ / 0 / RCDATA / TREG / TREG.txt
Encoding:
Text File  |  1996-09-29  |  1.7 KB  |  103 lines

  1. object reg: Treg
  2.   Left = 349
  3.   Top = 312
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Shareware Registration'
  7.   ClientHeight = 201
  8.   ClientWidth = 345
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnActivate = FormActivate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 329
  20.     Height = 153
  21.     Shape = bsFrame
  22.   end
  23.   object Label1: TLabel
  24.     Left = 16
  25.     Top = 16
  26.     Width = 87
  27.     Height = 13
  28.     Caption = 'Registration Name'
  29.   end
  30.   object Label2: TLabel
  31.     Left = 16
  32.     Top = 64
  33.     Width = 96
  34.     Height = 13
  35.     Caption = 'Registration Number'
  36.   end
  37.   object Label3: TLabel
  38.     Left = 16
  39.     Top = 112
  40.     Width = 70
  41.     Height = 13
  42.     Caption = 'Registration ID'
  43.   end
  44.   object Button1: TButton
  45.     Left = 176
  46.     Top = 168
  47.     Width = 75
  48.     Height = 25
  49.     Caption = 'OK'
  50.     TabOrder = 3
  51.     OnClick = Button1Click
  52.   end
  53.   object Button2: TButton
  54.     Left = 264
  55.     Top = 168
  56.     Width = 75
  57.     Height = 25
  58.     Caption = 'Cancel'
  59.     TabOrder = 4
  60.     OnClick = Button2Click
  61.   end
  62.   object Regname: TEdit
  63.     Left = 16
  64.     Top = 32
  65.     Width = 313
  66.     Height = 21
  67.     TabOrder = 0
  68.     Text = 'Reg Name'
  69.   end
  70.   object Regnum: TEdit
  71.     Left = 16
  72.     Top = 80
  73.     Width = 313
  74.     Height = 21
  75.     TabOrder = 1
  76.     Text = 'Regnum'
  77.   end
  78.   object sreg: TListBox
  79.     Left = 128
  80.     Top = 248
  81.     Width = 41
  82.     Height = 57
  83.     ItemHeight = 13
  84.     TabOrder = 5
  85.     Visible = False
  86.   end
  87.   object temp: TListBox
  88.     Left = 64
  89.     Top = 264
  90.     Width = 33
  91.     Height = 41
  92.     ItemHeight = 13
  93.     TabOrder = 6
  94.   end
  95.   object regid: TEdit
  96.     Left = 16
  97.     Top = 128
  98.     Width = 313
  99.     Height = 21
  100.     TabOrder = 2
  101.   end
  102. end
  103.